@charset "utf-8";
/* CSS Document */

 /*基础样式覆盖*/

  body{padding:0; margin:0; font-family:Microsoft Yahei; font-size:16px; color:#333; text-align:left; background:#fff; -webkit-text-size-adjust:none; height: 100%;
    min-width: 1400px;}
  body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
  h1, h2, h3, h4, h5, h6{ font-size:100%; }
  address, cite, dfn, em, var { font-style:normal; }
  ul, ol { list-style:none; }
a{color:#333;text-decoration:none;outline:none;}
a:hover{color:#FF6600;text-decoration:none;}
  sup { vertical-align:text-top; }
  sub{ vertical-align:text-bottom; }
  img { border:0; }
.fl{ float:left;}
.fr{ float:right;}

.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {zoom: 1;/* for ie6 & ie7 */}

  .page{
    width: 100%;

  }
  .layout-container{
    width: 1400px;
    margin: 0 auto;
  }
  .content .banner{
    width: 100%;
    height: 500px;
    background-color: #ddd;
  }
  .line {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin: 27px 0;
  }
  
 .flex{
      display: flex;
  }
  .hide {
      display: none;
  }
  .sidebar{
      position: fixed;
      right: 10px;
      bottom: 150px;
      margin-top: -90px;
      z-index: 10000;
      border-radius: 6px;
      box-shadow: 0px 3px 10px 1px rgba(145,145,145,0.16);
  }
  .side-item{
      width: 82px;
      height: 82px;
      background-color: #F3F7FF;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .phone-img{
      height: 30px;
  }
  .item-text{
      font-size: 14px;
      margin: 0;
      line-height: 26px;
      color: #2B3346;
  }
  .pos-div{
      position: absolute;
      padding: 12px;
      white-space: nowrap;
      background-color: #F3F7FF;
      box-shadow: 0px 3px 10px 1px rgba(145,145,145,0.16);
      border-radius: 6px;
      opacity: 1;
      border: 1px solid #C6CDDC;
      right: 104px;
  }
  .side-item:hover .pos-div {
      display: block;
  }
  .wx-img{
      width: 116px;
      height: 116px;
  }
  .sidebar-span{
      display:block;
      width:0;
      height:0;
      border-width:10px 0 10px 10px;
      border-style:solid;
      border-color:transparent transparent transparent #C6CDDC;
      position:absolute;
      right:-10px;
      top: 50%;/* 三角形居中显示 */
      margin-top:-10px;/* 三角形居中显示 */
  }
  em{
      display:block;
      width:0;
      height:0;
      border-width:10px 0 10px 10px;
      border-style:solid;
      border-color:transparent transparent transparent #F3F7FF;
      position:absolute;
      top:-10px;
      left:-11px;
  }
  
  
.show-page-box {
        display: flex;
width:1400px;
margin: 0 auto;
padding-left:260px
      }
      .show-page {
        text-align: center;
        display: flex;
      }
      .show-page a {
        display: block;
        width: 36px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #E5E5E5;
        text-align: center;
        line-height: 36px;
        color: #333333;
        margin: 7px;
      }
      .show-page b {
        display: block;
        width: 36px;
        height: 36px;
        margin: 7px;
        background: #3351D2;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #E5E5E5;
        text-align: center;
        line-height: 36px;
        color: #FFFFFF;
      }
      .search {
  width:250px;
  height: 20px;
  background: #EBF0F5;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 8px;
  position: relative;
}
.search-input {
  width: 210px;
  border: none;
  background: #EBF0F5;
  outline: none;
}
.search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 46px;
  height: 40px;
  background: #3351D2;
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
}
.drop-down {
  width: 366px;
  padding: 10px 8px;
  background: #EBF0F5;
  max-height: 150px;
  z-index: 1000;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 45px;
  overflow-y: scroll;
}
.drop-down a {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #EBF0F5;
  color: #55AAFF;
}
.last-top-box {
  height: 390px;
  overflow: hidden;
}
.flex {
  display: flex;
}

.header-box {
  background-color: #FFFFFF;
}
/*头部样式*/
.header-box .header-top{

  height: 120px;
  align-items: center;
}


.header-top .logo{
  width: 562px;

}

.header-top .header-right-text img {

height: 40px;
}
.header-right-text{
height: 40px; margin-left:350px;
}


/*顶部导航菜单样式*/
.header-bottom{
  justify-content: space-between; background-color:#3351D2;
  height: 66px;
  line-height: 66px;

}
.header-bottom .header-left-side{
  width: 1400px;
  margin: 0 auto; text-align:center;
}
.header-left-side a{
  font-size: 20px;
  line-height: 66px;
  color: #fff;
  padding: 0 50px; display:block; width:80px; height:66px; float:left;
    position: relative;
}

.header-left-side a:hover {
  color:#fff;display:block; width:80px; height:66px; background:#0026C7;

}
.header-left-side a+a:before{
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top:23px;
  left: 0;
}


  /*  轮播图样式*/
  .carousel{
    width: 100%;
    position: relative;
  }
  .carousel-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .carousel-list{
    flex-wrap: nowrap;
    width: 300%;
    position: absolute;
    top: 0;
  }
  .carousel-item{
    display: inline;
    flex: 1;
  }
  .carousel .key{
    position: absolute;
    left: 0;
    width: 100%;
  }
  .key .key-list{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .key-list .key-item{
    width: 30px;
    height: 2px;
    padding: 10px 0;
    margin-left: 5px;
    cursor: pointer;
  }
  .key-item .k-btn{
    width: 100%;
    height: 100%;
    background-color: #c0c4cc;
  }
  .key-item:first-of-type{
    margin-left: 0;
  }
  .key-list .active .k-btn{
    background-color: #3351D2;
  }

  .partner-carousel{
    height: 500px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .partner-carousel .carousel-item{
    width: 1400px;
    height: 500px;
float:left;
  }
  .partner-carousel .key{
    bottom: 0;
  }
  .partner-carousel .partner-list-item{
    width: calc( 25% - 15px);
    height: 110px;
    margin-top: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    float: left;
  }
  .partner-list-item img{
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: middle;
  }
  .partner-list-item:nth-of-type(4n){
    margin-right: 0;
  }
  .banner-carousel{
    height:500px;
  }
  .b-item .img{
    height: 500px;
    background-position: center;
    background-size:auto 500px;
    background-repeat:repeat-x;
  }
  .b-item:nth-of-type(1) .img{
    background-image: url("../images/banner01.jpg");
  }
  .b-item:nth-of-type(2) .img{
    background-image: url("../images/banner02.jpg");
  }

  .banner-carousel .key{
    bottom: 10px;
  }
  .banner-carousel .key-list .active .k-btn{
    background-color: #fff;
  } 
  /*全屏宽度要减去浏览器滚动条*/
  .banner-carousel .carousel-item{
    width: calc(100vw - 17px);
    height: 500px;
float:left;
  }
  /*检测设备*/
.advantage-box{

    height: 572px;
    width: 1400px;
    text-align: center;
    padding: 50px 0 0px; margin:0 auto;
    position: relative;
  }
  .test-box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
  }

  .advantage-box .advantage-title {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
  }
  .advantage-box .advantage-title-floor {
    color: #D2D2D2;
    font-size: 16px;
    line-height: 40px;
  }
  .advantage-box .adv-box {
    display: flex;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
  }
  .advantage-box .left {
    position: absolute;
    top: 330px;
    left: 0%;
    width: 57px;
    height: 57px;
    background: #FFFFFF;
    cursor: pointer;
  }
  .advantage-box .left img {
    width: 57px;
    height: 57px;
  }
  .advantage-box .right {
    position: absolute;
    top: 330px;
    right: 0%;
    width: 57px;
    height: 57px;
    background: #FFFFFF;
    cursor: pointer;
  }
  .advantage-box .right img {
    width: 57px;
    height: 57px;
  }
  
  .advantage-box .adv-box .adv-item {
    width: 300px;
    height: 400px;
    margin: 0 67px 0 0;
    margin-top: 30px;
    background: #FFFFFF;
    cursor: pointer;
    z-index: 1;
    transition: all 1s;
  }

  .adv-box .adv-item:first-child {
    margin-left: 0px;
  }

  .adv-box .adv-item:last-child {
    margin-right: 0px;
  }

  .adv-item img{
    width: 300px;
    height: 400px;
  }
  .adv-box .adv-item:hover {
   border-bottom: 4px solid #3351D2;
   cursor: pointer;
   transform: scale(1.12);
   z-index: 2;
  }
  .adv-box .adv-item:hover .front-title{
    color: #3351D2;
  }
  .adv-box .adv-item:hover .front-jt{
    display: block;
  }
  .adv-item .front-title {
    font-size: 24px;
    color: #333333;
    margin-top: 24px;
  }

  .adv-item .front-text {
    font-size: 14px;
    margin: 12px 32px;
    color: #999999;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
  }
  .adv-item .front-jt {
    display: none;
     margin-top: 30px;
  }

  .adv-item .front-jt img{
    width: 35px;
    height: 20px;
  }
  /* 服务内容 */
  .service-box {

  }
  .service-box .service-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;background-color: #FFFFFF;
  }
  .service-box .service-content-1 {
    width: 1400px;
    margin: 0 auto;
    display: none;
  }

  .service-box .service-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
  }
  .service-content .title-box {
    width: 700px;
  }
  .service-content .service-title {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    margin-top: 50px;
    padding-bottom: 10px;
  }
  .service-content .service-title-floor {
    color: #D2D2D2;
    font-size: 16px;
    line-height: 30px;
  }
  .service-content .icon-list {
    width: 900px;
    display: flex;
  }

  .icon-list .icon-box {
    width: 250px;
    margin-top: 24px;    margin-right: 50px;
    text-align: center;
  }
  
.icon-list .icon-box p{ height:78px;; line-height:78px; font-size:22px;margin: 14px auto;cursor: pointer;
  }
  
  .icon-box-active {
    color: #3351D2;
    background: #F7FAFC;
  }
  .icon-box .icon-detail {
    width: 78px;
    height: 78px;
    margin: 14px auto;float:left;
  }
  .icon-box .icon-detail-active {
    width: 78px;
    height: 78px;
    margin: 14px 0; float:left;
  }
  .icon-detail img:first-child {
    display: block;
    width: 78px;
    height: 78px;
  }

  .icon-detail img:last-child {
    display: none;
    width: 78px;
    height: 78px;
  }

  .icon-detail-active img:first-child {
    display: none;
    width: 78px;
    height: 78px;
  }

  .icon-detail-active img:last-child {
    display: block;
    width: 78px;
    height: 78px;
  }

  .icon-box .icon-1 {
    background-image: url(/static/images/icon-n-1.png);
  }

  .service-content-1 .service-img {
    margin-top: 20px;
    width: 700px;
    height: 412px;
  }
  .service-img img {
    width: 700px;
    height: 412px;
  }
  .service-content-1 .service-detail {
    margin-top: 20px;
    width: 640px;
    padding: 30px 30px 30px 60px;
    height: 352px;
    background: linear-gradient(180deg, #3351D2 0%, #0751DA 100%);
    position: relative;
  }
  .service-detail .service-detail-title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .service-detail .service-detail-text {
    display: flex;
    flex-wrap:wrap;
  }
  .service-detail-text a {
    display: block;
    width: 285px;
    color: #FFFFFF;
    padding-bottom: 20px; margin-right:5px;
  }
  
  .service-detail-text2 a {
    display: block;
    width: 600px;
    color: #FFFFFF;
    padding-bottom: 15px;
  }
  
  .service-btn {
    display: block;
    margin-top: 50px;
    padding: 11px 23px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 172px;
    border-radius: 6px;
    position: absolute;
    bottom: 40px;
  }
  .service-btn:hover {
    background-color: #FFFFFF;
    color: #3351D2;
  }
  .service-btn img {
    margin-top: 5px;
    height: 8px;
    width: 21px;
    float: right;
  }
  
  /*实力简介*/
  
  .intro-box .intro-content{
    width: 1400px;
    padding: 43px 40px 40px 0;
    text-align: left;
  }
  .intro-box{
    background-color: #FFFFFF;
    height: 572px;
    text-align: center;

  }
  .intro-box .intro-title {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
  }
  .intro-box .intro-title-floor {
    color: #D2D2D2;
    font-size: 16px;
    line-height: 40px;
  }
  .intro-box .intro-content{
    width: 1400px;
    padding: 43px 40px 40px 0;
    text-align: left;
  }
  .intro-box .intro{
    font-size: 16px;
    color: #999;
    line-height: 30px;
  }

  .intro-box .text-box {
    position: relative;
    width: 1400px;
    margin: 20px auto;
    
   height:400px; background:url(../images/gywm.jpg ) center left no-repeat;
  }
  .intro-box .text-box .text{
    width: 800px;
    color: #333333;
    line-height: 35px; font-size:16px;
    text-align: left; text-indent:2em; padding:60px 0 0 60px;
  }
 
  .intro-box .text-box .btn-box{
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 0 60px;
    display: flex;
  }
  .btn-box .zx-btn{
    background: #3351D2;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    padding: 12px 37px;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .btn-box .zx-btn a{color:#fff;

    cursor: pointer;
  }
  .btn-box .phone-btn{
    background: #E4ECFF;
    border-radius: 6px 6px 6px 6px;
    color: #3351D2;
    padding: 12px 37px;
    margin-right: 20px;
    cursor: pointer;
  }
  .btn-box .phone-btn img{
    margin-right: 5px;
  }
  
  
 /* 新闻中心 */
 .content .new-box{

    width: 100%;
    text-align: center;
    padding:0; background:url(../images/zwfw_bj.png) center top no-repeat;
  }
  .new-box .new-title {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
  }
  .new-box .new-title-floor {
    color: #D2D2D2;
    font-size: 16px;
    line-height: 48px;
  }
  .new-box .new-detail-box {
    width: 1400px;
    margin: 0 auto;

    height: 470px;
    display: flex;
  }
  .new-detail-box .gs-new {
    width: 680px;
    height: 350px;
  }
  .new-detail-box .hy-new {
    height: 419px;
    width: 417px;
    background: #FBFBFB;
  }
  .new-detail-box .hy-zt {
    height: 419px;
    width: 330px;
  }
  .new-title-box {
    /* display: flex; */
    text-align: left;
  }
  .new-title-box .left-title {
    font-weight: bold;
    color: #3351D2;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 4px solid #3351D2;
  }
  .new-title-box .right-title {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 48px;
  }
  .new-title-box .right-title:hover {
    color: #3351D2;
  }
  .padding-5 {
    padding: 80px 0px 0px 0px;
  }
  
  .padding-6 {
    padding: 80px 0px 0px 40px;
  }
  .new-detail {
    margin-top: 30px;
    height: 48px;
    line-height: 48px;
  }

  .left-img {

    margin-right: 20px;
  }
  .new-detail-content img {
    width: 0;
    height: 0;
  }
  .new-time {display: block;
    color: #999999; float:right;
 
    font-size: 14px;

  }

  .new-detail-content .new-text {
    color: #333333;
    text-align: left; font-size:16px;
    display: block; background:url(../images/ico.gif) left center no-repeat;
  }
  .new-detail-content .new-text a{
    color: #333333; padding-left:20px;
  }
  .new-detail .new-detail-content:first-child {

  }
  .new-detail .new-detail-content:first-child .left-img {

  }
  .new-detail .new-detail-content:first-child .new-text {
    height: 48px;
    line-height: 48px;
  }

  .hy-new-box {
    margin-top: 36px;
  }
  .hy-new-box .hy-new-content {
    display: flex;
    margin-bottom: 36px;
  } 
  .hy-new-box .hy-new-content .hy-img {
    width: 129px;
    height: 92px;
    margin-right: 20px;
  }

  .hy-new-box .hy-new-content .hy-img img {
    width: 129px;
    height: 92px;
  }
  .hy-new-box .hy-new-content .hy-new-text {
    text-align: left;
    position: relative;
  }
  .hy-new-box .hy-new-content .hy-new-text a {
    color: #333333;
  }
  .hy-new-box .hy-new-content  .hy-new-text .new-time{
    display: block;
    position: absolute;
    bottom: 0;
  }
  .zt-new-box {
    margin-top: 36px;
  }
  .zt-new-box .zt-new-img {
    width: 250px;
    height: 160px;
    margin-bottom: 24px;
    display: block;
  }
  .zt-new-box .zt-new-img img{
    width: 250px;
    height: 160px;
  }
  
  
 /*友情链接3*/

.footer{width:100%; margin:0 auto;background-color:#3351D2;min-width:1240px;}
.footer .c{ font-size:14px; color:#fff; text-align:center; line-height:22px; margin:0px 0px 0px 0px; padding:20px 0px; }
.footer .c a{color:#fff;}
.footer .c a:hover{ color:#fff; text-decoration:none; }










